home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / xref_v1.1.lha / XRef / Doc / english / loadxref.doc < prev    next >
Encoding:
Text File  |  1995-01-09  |  1.6 KB  |  58 lines

  1. XRef-Tools/LoadXRef                                         XRef-Tools/LoadXRef
  2.  
  3. $VER: loadxref.doc 1.6 (22.09.94)
  4.  
  5. NAME
  6.     LoadXRef - load a/some xreffiles for the xref.library into the memory
  7.  
  8. TEMPLATE
  9.     FILES/M/A,PRI/N/K,LOCK/S,INDEX/S
  10.  
  11. FORMAT
  12.     LoadXRef [FILES] file [file2 ..] [PRI priority] [LOCK] [INDEX]
  13.  
  14. FUNCTION
  15.     loads the given xreffiles into the memory. The priority is used to sort
  16.     the list of xreffiles.With the LOCK switch you can protect all xreffile 
  17.     from removing from memory during a memory flush.
  18.  
  19. INPUTS
  20.     FILES (STRINGS) - file(s) to be loaded into the memory
  21.  
  22.     PRI (NUMBER) - priority to be inserted in the list. Thus a high priority
  23.         inserts a xreffile before others and therefor is parsed before others
  24.         with lower priority
  25.  
  26.     LOCK (BOOLEAN) - if set, it locks all given xreffiles. Thus such files
  27.         are not expunged during a system memory flush.
  28.  
  29.     INDEX (BOOLEAN) - if set, the xref.library creates a index array for all
  30.         entries and uses for normal strcmp() , strncmp() a binary search
  31.         algorithm !
  32.  
  33. SEE ALSO
  34.     ExpungeXRef, ParseXRef, AGuideXRefV37, AGuideXRefV39, MakeXRef, XRefAttrs
  35.  
  36. COPYRIGHT
  37.     by Stefan Ruppert (C) 1994
  38.  
  39. HISTORY
  40.     LoadXRef 1.6 (22.9.94) :
  41.         - CATEGORY option removed , use this in MakeXRef
  42.  
  43.     LoadXRef 1.5 (4.9.94) :
  44.         - added workbench support FinalReadArgs() function
  45.  
  46.     LoadXRef 1.4 (6.7.94) :
  47.         - Index argument added UNLOCK option removed
  48.  
  49.     LoadXRef 1.3 (5.6.94) :
  50.         - now ignores priority if not specified
  51.  
  52.     LoadXRef 1.2 (28.5.94) :
  53.         - LOCK and UNLOCK options added
  54.  
  55.     LoadXRef 1.1 (20.5.94) :
  56.         - first beta release
  57.  
  58.